hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
TileProperty
hip
api
data
tilemap
Simple Key/Value type defining a property inside a Tile.
struct
TileProperty {
string
type
;
Variant
val
;
T
get
();
T
set
(T v);
}
Members
Functions
get
T
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
set
T
set
(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
type
string
type
;
Undocumented in source.
val
Variant
val
;
Undocumented in source.
Meta
Source
See Implementation
hip
api
data
tilemap
classes
HipTileLayer
enums
TileDrawOrder
TileLayerType
TiledObjectTypes
interfaces
IHipTilemap
IHipTileset
structs
Tile
TileAnimationFrame
TileProperty
TiledObject
TiledRectangle
TiledText
unions
TiledObjectUnion
Simple Key/Value type defining a property inside a Tile.